/*
	供ie使用 添加media限制一下样式仅影响ie10及以上
	其中包含少数!important 不影响其他主流浏览器
*/
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
  .column-story-list-1-2,.a-aliment>a,
  .column-story-list-1-1,.column-item,
  .swiper-slide.swiper-slide-active>.item>.wrap,
  .figure.hasbg,.column-story-list-2-tb,
  .column-story-list-2-t,.column-story-list-2-t .text,
  .column-comment-item-top,.column-item-2-2 .column-story-list>.item>.wrap>.text,
  .column-story-list-2-b,.column-top-area,.column-top-area>.column-top-story a>.story-item-summary{
    width:100%;
  }
  .oneLine{
    white-space: nowrap;
  }
  a.columnMore{
    left:0px;
    top:0px;
  }
  .twoLine,.storySummary>span>a{
    display:block;
  }
  .column-story-list a{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
  }
  .column-item-2-2>.column-item>.column-story-list .storySummary>a{
    max-height:60px;
  }
  .rightShareBtn>.shareBtn-div a>img{
    width:20px;
    height:20px;
    margin-top:auto;
    margin-right:auto;
    margin-bottom:auto;
    margin-left:0px;
  }
  #gallery-slide{
    width:100%;
  }
  .footerShare-sys>a{
    display:inline-block;
  }
  /*即时*/
  .num{
    display:inline-block !important;
  }
  /*评论*/
  .redPointParent{
    min-width:16px;
  }
  .column-story-list-2-b>.item{
    margin-bottom:10px;
  }
  .storyTimeIcon{
    display:inline-block;
  }
  .column-story-list-1 .storySummary>a{
    display:block;
  }
  .column-story-list-2-b a>span{
    width:90%;
  }
  /*评论页底部轮播插件导致的问题限制*/
  .column-story-list-ll .column-comment-item-top{
    max-height:350px;
  }
  .column-story-list-ll .column-comment-item-bottom{
    max-height:310px;
  }
  .column-story-list-ll .column-comment-item-bottom>div{
    width:100%;
  }
  .column-story-list-ll .column-comment-item-bottom:before,
  .column-story-list-ll .column-comment-item-bottom:after{
    top:0px;
  }
  .swiper-button-prev,.swiper-button-next{
    display:none !important;
  }
  /*今日文汇*/
  .line{
    white-space: nowrap;
  }
 /*video*/
  .slide-top-right>div{
    width:100%;
  }
  .content-story-list .story-item-summary{
    line-height:18px !important;
  }
  .top-topic-area>div>.topic-two-list{
    position:relative;
  }
  .top-topic-area>div>.topic-two-list>a{
    position:absolute;
    width:100%;
  }
  .top-topic-area>div>.topic-two-list>a:nth-child(2){
    bottom:0px;
  }
  .wh-content-area>.content-story-list>.story-item>.story-item-text{
    min-height:130px;
  }
}
/*低版本浏览器遮罩*/
#not-adapted{
  display:none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: white;
  z-index: 9999999;
}
#not-adapted>div{
  width: 50%;
  padding: 10%;
  margin: 10% auto;
  background-color: #d2d2d2;
  font-size: 20px;
  font-weight: bold;
}